-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[aform] add login utility component #113
Conversation
Coverage Report for ./aform
File Coverage
|
@agritheory @crabinak I've added a login component that's similar to the shadcn-vue template (but it's made for login rather than creating an account). I've setup some basic styling based on the Tailwind classes setup in their template, but I think someone else should handle the stylesheets here 😅 |
@Alchez I can handle the stylesheet on this. |
Thank you! |
@crabinak @agritheory I've created a merge commit that removes the dist folders from the diff, so the changes should be easier to read now. |
…at causes the button to spin briefly when clicked.
…o feat-login-util
@Alchez @agritheory I have added styling to this login. I'm importing styles from the default.css file to avoid duplication and maintain consistency, but let me know if this violates the monorepo design pattern at all. I've also setup an animated loading icon to appear when the user clicks the login button and bound it to isLoading. This uses Google Material Icons, but let me know if a different icon library is preferred. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great. @crabinak Loading animation is very nice. I think we might explore some more custom work there soon.
Closes #110.
ToDo: